runtime.hexdumper.addrBytes (field)
8 uses
runtime (current package)
hexdump.go#L49: addrBytes uint8
hexdump.go#L120: if h.addrBytes == 0 {
hexdump.go#L121: h.addrBytes = goarch.PtrSize
hexdump.go#L122: } else if h.addrBytes < 0 || h.addrBytes > goarch.PtrSize {
hexdump.go#L165: dataStart := int(2*h.addrBytes) + len(addrSep)
hexdump.go#L198: h.fmtHex(lineBuf[:2*h.addrBytes], uint64(h.addr))
hexdump.go#L199: copy(lineBuf[2*h.addrBytes:], addrSep)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |